Skip to content

gh-149464: Support os.pidfd_getfd(pidfd, targetfd, flags=0) syscall#149465

Open
maurycy wants to merge 11 commits into
python:mainfrom
maurycy:pidfd_getfd
Open

gh-149464: Support os.pidfd_getfd(pidfd, targetfd, flags=0) syscall#149465
maurycy wants to merge 11 commits into
python:mainfrom
maurycy:pidfd_getfd

Conversation

@maurycy
Copy link
Copy Markdown
Contributor

@maurycy maurycy commented May 6, 2026

@maurycy maurycy changed the title gh-149464: os.pidfd_getfd gh-149464: os.pidfd_getfd(pidfd, targetfd, flags=0) May 6, 2026
@maurycy
Copy link
Copy Markdown
Contributor Author

maurycy commented May 6, 2026

cc @vstinner

@maurycy maurycy changed the title gh-149464: os.pidfd_getfd(pidfd, targetfd, flags=0) gh-149464: Support os.pidfd_getfd(pidfd, targetfd, flags=0) syscall May 6, 2026
@read-the-docs-community
Copy link
Copy Markdown

read-the-docs-community Bot commented May 6, 2026

Comment thread Doc/library/os.rst Outdated
Comment thread Modules/posixmodule.c
Comment thread Modules/posixmodule.c
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Comment thread Lib/test/test_os/test_posix.py Outdated
Comment thread Lib/test/test_os/test_posix.py Outdated
Comment thread Doc/library/os.rst Outdated
Comment thread Lib/test/test_os/test_posix.py Outdated
@maurycy maurycy requested review from picnixz and vstinner May 14, 2026 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add os.pidfd_getfd(pidfd, targetfd, flags=0) syscall

3 participants